- calculateTextBounds
void calculateTextBounds(string text, uint[] linesWidths, int biggestWidth, int height, int maxWidth)
- characters
HipFontChar[dchar] characters()
Undocumented in source.
- getHeight
uint getHeight()
Undocumented in source.
- getKerning
int getKerning(const(HipFontChar)* current, const(HipFontChar)* next)
Undocumented in source.
- getKerning
int getKerning(dchar current, dchar next)
Undocumented in source.
- getTextHeight
uint getTextHeight(string text)
- lineBreakHeight
uint lineBreakHeight()
Used for reference as height for text
- lineBreakHeight
uint lineBreakHeight(uint newHeight)
Undocumented in source.
- spaceWidth
uint spaceWidth()
Undocumented in source.
- spaceWidth
uint spaceWidth(uint newWidth)
Undocumented in source.
- texture
inout(IHipTexture) texture()
Undocumented in source.
- wordWrapRange
HipWordWrapRange wordWrapRange(string text, int maxWidth)
Undocumented in source.